From: Daniel Friesen Date: Thu, 1 Sep 2011 10:35:12 +0000 (+0000) Subject: Followup r95957, add =null to Skin::outputPage too X-Git-Tag: 1.31.0-rc.0~27980 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=200560eff3a94eeb8c24552dc3de1e85158c3b0c;p=lhc%2Fweb%2Fwiklou.git Followup r95957, add =null to Skin::outputPage too --- diff --git a/includes/Skin.php b/includes/Skin.php index 8e2a6c82b5..5eb27ccacc 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -282,7 +282,7 @@ abstract class Skin extends ContextSource { * Outputs the HTML generated by other functions. * @param $out OutputPage */ - abstract function outputPage( OutputPage $out ); + abstract function outputPage( OutputPage $out=null ); static function makeVariablesScript( $data ) { if ( $data ) {